Welcome![Sign In][Sign Up]
Location:
Search - annealing simulated

Search list

[AI-NN-PRsimulated annealing

Description: 模拟退火算法求解经典图论中的图着色问题的源程序-simulated annealing algorithm classic graph coloring map of the source
Platform: | Size: 3072 | Author: 黄大东 | Hits:

[Windows Develop模拟退火算法求解TSP问题

Description: 模拟退火算法求解TSP问题,希望对大家有所帮助-simulated annealing algorithm for TSP, we hope to help
Platform: | Size: 615424 | Author: 闽红 | Hits:

[Mathimatics-Numerical algorithmsAnneal_Cpp

Description: 模拟退火(Simulated Annealing)算法c++源程序-simulated annealing (Simulated Annealing) algorithm c source
Platform: | Size: 24576 | Author: 王伟 | Hits:

[Mathimatics-Numerical algorithmsAnneal_C

Description: 模拟退火(Simulated Annealing)算法c语言源程序-simulated annealing (Simulated Annealing) algorithm source language c
Platform: | Size: 8192 | Author: 王伟 | Hits:

[AI-NN-PRssa-tool-box

Description: matlab 模拟退火算法simulated anealing 的工具箱-Matlab simulated annealing simulated anealing the Toolbox
Platform: | Size: 54272 | Author: 卢学 | Hits:

[AI-NN-PRsatools

Description: 模拟退火算法工具箱介绍 研究sa很有用的东西-simulated annealing algorithm toolbox the study sa very useful things
Platform: | Size: 153600 | Author: kevin | Hits:

[AlgorithmMatlabsimulatedannealingalgorithmtoolbox

Description: matlab模拟退火算法工具箱,最新版本的matlab工具箱-simulated annealing algorithm matlab toolbox, the latest version of matlab toolbox
Platform: | Size: 61440 | Author: 戴志 | Hits:

[matlabsimulate_annealing_of_dejong_function

Description: simulated annealing code of dejong function -simulated annealing code of dejong function
Platform: | Size: 4096 | Author: 赵巾 | Hits:

[Algorithmc_inference_ver2.2

Description: The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Belief Propagation, Mean-Field approximation, and 4 monte-carlo sampling methods (Metropolis, Gibbs, Wolff, Swendsen-Wang). Use "help inference" from Matlab to see all options for usage. 2. gbp_preprocess.m and gbp.m These 2 interfaces split Generalized Belief Propagation into the pre-process stage (gbp_preprocess.m) and the inference stage (gbp.m), so the user may use only one of them, or changing some parameters in between. Use "help gbp_preprocess" and "help gbp" from Matlab. 3. simulatedAnnealing.m An interface to the simulated-annealing c-code. This code uses Metropolis sampling method, the same one used for inference. Use "help simulatedAnnealing" from Matlab.
Platform: | Size: 83968 | Author: bevin | Hits:

[matlab0-1-knapsack-problem

Description: 模拟退火解决0-1背包问题,初学者可以借鉴-Simulated annealing to solve 0-1 knapsack problem, beginners can learn from
Platform: | Size: 4096 | Author: 马贺 | Hits:

[Windows Developsimulatedannealing

Description: General simulated annealing algorithm-anneal Minimizes a function with the method of simulated annealing (Kirkpatrick et al., 1983) ANNEAL takes three input parameters, in this order: LOSS is a function handle (anonymous function or inline) with a loss function, which may be of any type, and needn t be continuous. It does, however, need to return a single value. PARENT is a vector with initial guess parameters. You must input an initial guess. OPTIONS is a structure with settings for the simulated annealing. If no OPTIONS structure is provided, anneal uses a default structure. OPTIONS can contain any or all of the following fields (missing fields are filled with default values): Verbosity: Controls output to the screen. 0 suppresses all output 1 gives final report only [default] 2 gives temperature changes and final report Generator: Generates a new solution from an old one. Any function handle that takes a solution as input and gives a valid solution (i.e.
Platform: | Size: 4096 | Author: Ping-Feng Xu | Hits:

[AI-NN-PRSAGA

Description: 用模拟退火优化遗传算法,使遗传算法具有反向搜索能力,通过仿真表明能够得到更优的值。-Optimization by simulated annealing genetic algorithm, genetic algorithm so that the reverse search capabilities, through the simulation shows that can be better value.
Platform: | Size: 12288 | Author: 史峰 | Hits:

[matlabSimulated

Description: Simulated annealing algorithm matlab example, a good entry process, the classic beginners
Platform: | Size: 483328 | Author: dayong | Hits:

[AI-NN-PRsimulated-annealing-algorithm

Description: 用模拟退火算法实现求函数极值问题,c++原码-Simulated annealing algorithm demand function, extremal problem, c++ source
Platform: | Size: 1024 | Author: xiuxiu | Hits:

[Windows DevelopSimulated

Description: 用模拟退火算法求30个城市的旅行商问题的C程序-Simulated Annealing Algorithm with 30 cities of the TSP C program
Platform: | Size: 1027072 | Author: li qing | Hits:

[matlabsimulated-annealing-genetic-method

Description: 一种新型的算法,将模拟退火法和遗传算法相结合,用于求解预测问题-A new algorithm, simulated annealing and genetic algorithm are combined to solve the prediction problem for
Platform: | Size: 3072 | Author: 秦朗 | Hits:

[AI-NN-PRSimulated-Annealing-Algorithm

Description: 模拟退火算法,比较经典,非常值得参考研究。。。 -Simulated annealing algorithm, a very good reference study. . .
Platform: | Size: 309248 | Author: ren | Hits:

[matlabSimulated-Annealing

Description: 模拟退火算法,基本算法,内附部分说明以及本人学习笔记-Simulated annealing algorithm, the basic algorithm, I am enclosing some notes, and study notes
Platform: | Size: 22528 | Author: jay | Hits:

[AI-NN-PRsimulated-anealing

Description: 模拟退火算法是局部搜索算法的扩展,以一定的概率选择领域中费用值大的状态-Simulated annealing algorithm is an extension of local search algorithm to choose a certain probability value of large areas of the state fee
Platform: | Size: 2048 | Author: 周同同 | Hits:

[matlabsimulated-annealing

Description: 模拟退火算法的MATLAB范例程序!对初步了解的初学者有不错的帮助!-Simulated annealing algorithm MATLAB example program! Preliminary understanding of the beginners have a good help!
Platform: | Size: 139264 | Author: 瞿颜 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net